Make mysqlclient an optional dependency#250
Conversation
|
+1 |
1 similar comment
|
+1 |
|
thank you. i tried to get pattern running on mac with this: But I couldn't get it to work. This works though: |
|
It would be awesome to see this happen! :-) |
|
Mysql really complicates the installation, as it turns out installing the myssqlclient on a windows machine is non trivial. Any luck on removing this dependency? I've linked some related issues which can all be closed when this is resolved. |
|
I get: File "/usr/lib/python3.10/zipfile.py", line 1267, in init |
|
@tom-de-smedt Can you please merge this or mark the GitHub project as Archived? |
|
When will this issue be resolved? |
Apply upstream's PR clips#250 to "development" branch
MySQL shouldn't be a core dependency, I've moved it to an extra package which can be installed as
pip install pattern[mysql]if users wish to install with mysql support.